home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / MYABCD.SWF / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  1999-10-24  |  549 b   |  37 lines

  1. tellTarget("/a")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. tellTarget("/1")
  6. {
  7.    gotoAndStop(1);
  8. }
  9. tellTarget("/horns")
  10. {
  11.    gotoAndStop(1);
  12. }
  13. tellTarget("/yacht")
  14. {
  15.    gotoAndStop(1);
  16. }
  17. tellTarget("/abc instructions")
  18. {
  19.    gotoAndStop(1);
  20. }
  21. tellTarget("/123 instructions")
  22. {
  23.    gotoAndStop(1);
  24. }
  25. tellTarget("/games instructions")
  26. {
  27.    gotoAndStop(1);
  28. }
  29. tellTarget("/music instructions")
  30. {
  31.    gotoAndStop(1);
  32. }
  33. getUrl("FSCommand:fullscreen", "true");
  34. loadMovieNum("backmusic.swf",2,"GET");
  35. loadMovieNum("name.swf",3,"GET");
  36. stop();
  37.